-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform/gcp: Able to configure image type #776
Conversation
deploy/gcp/variables.tf
Outdated
variable "tikv_image_type" { | ||
description = "TiKV image type, avaiable: UBUNTU/COS" | ||
default = "COS" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These variables should be added to deploy/modules/gcp/tidb-cluster/variables.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'll fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-e2e-tests |
/run-e2e-in-kind |
What problem does this PR solve?
Sometimes users may favor non-COS node images. This adds variables to configure image type for TiDB node pools.
What is changed and how does it work?
Check List
Tests
Does this PR introduce a user-facing change?: